home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / x11 / xconq.6 < prev    next >
Text File  |  1994-12-31  |  2KB  |  65 lines

  1. .TH XCONQ 6
  2. .SH NAME
  3. xconq - X-based configurable strategy game
  4. .SH SYNOPSIS
  5. .B
  6. xconq
  7. [ options ] ...
  8. .SH DESCRIPTION
  9. \fIxconq\fP is a configurable multi-player strategy game.
  10. .PP
  11. By default, \fIxconq\fP
  12. starts up with one human (on the display in $DISPLAY) and one
  13. machine, playing on a randomly generated 60x30 world.  Options are
  14. available to set numbers and kinds of players, as well as the
  15. kind of map used.  In addition, \fIxconq\fP has extensive and
  16. elaborate facilities for building maps, scenarios, and sets of rules,
  17. allowing for a wide variety of games.
  18. .SH OPTIONS
  19. The following options are X-specific:
  20. .TP 5
  21. .I host:display[+advant]
  22. adds a human player to the game and assigns to the given host and display.
  23. Players get created in the same order as they appear on the command line,
  24. interleaved with the players created via \fB-e\fP and \fB-A\fP.
  25. All of the player adding options may be used any number of times in any order.
  26. .TP 5
  27. .B \-A \fIhost:display\fP
  28. attaches a machine player to the given display.  Ideal for those who like
  29. to watch.
  30. .TP 5
  31. .B \-x
  32. allows scenarios, maps, periods, and players to be set up interactively
  33. via menus.  The menus should be self-explanatory.
  34.  
  35. The following options apply to both \fIxconq\fP and \fIcconq\fP:
  36.  
  37. .so ../kernel/cmdline.6in
  38.  
  39. .SH "X DEFAULTS"
  40. .TP 10
  41. .B TextFont
  42. Font for all text.
  43. .TP 10
  44. .B IconFont
  45. Font for miscellaneous pictures.
  46. .TP 10
  47. .B UnitFont
  48. Font containing pictures of units (optional).
  49. .B HelpFont
  50. Font for the help pages.
  51.  
  52. .so ../kernel/misc.6in
  53.  
  54. \fI/usr/games/lib/xconq/*.bdf\fP     X11 uncompiled fonts
  55. .br
  56. \fI/usr/games/lib/xconq/*.snf\fP     X11 compiled fonts
  57. .br
  58.  
  59. .so ../kernel/diagnost.6in
  60.  
  61. .so ../kernel/bugs.6in
  62.  
  63. If a given display cannot be opened because \fIxhost(1)\fP was not run,
  64. \fIxconq\fP will die, usually with a "broken pipe" error.
  65.